runtime.mheap.arenaHintAlloc (field)

8 uses

	runtime (current package)
		malloc.go#L552: 			hint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
		malloc.go#L619: 		hint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
		malloc.go#L627: 		userArenaHint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
		malloc.go#L704: 		h.arenaHintAlloc.free(unsafe.Pointer(hint))
		malloc.go#L725: 		hint := (*arenaHint)(h.arenaHintAlloc.alloc())
		malloc.go#L728: 		hint = (*arenaHint)(h.arenaHintAlloc.alloc())
		mheap.go#L228: 	arenaHintAlloc             fixalloc // allocator for arenaHints
		mheap.go#L806: 	h.arenaHintAlloc.init(unsafe.Sizeof(arenaHint{}), nil, nil, &memstats.other_sys)